home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
poradnik
/
switching-guide
/
common
/
ubuntu.css
< prev
Wrap
Cascading Style Sheet File
|
2008-05-05
|
4KB
|
207 lines
/*
** Plone style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir B�kholt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/
/* (do not remove this :) */
/* (not this either :) */
/* The basic elements: */
html {
background-color: white;
color: #002B3D;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 0.90em;
line-height: 1.75em;
}
body {
margin: 0;
padding: 0;
}
#mastwrap {
background: url(img/header.png) bottom left repeat-x #DBBA75;
}
#masthead {
position:relative;
background: url('img/headerlogo.png') bottom left no-repeat transparent;
border: 0px solid white;
height: 90px;
color: #000;
}
#content {
margin-top: 2em;
margin-left: 3em;
margin-right: 13em;
}
.inlinemediaobject {
display: block;
text-align: center;
}
div.toc {
padding-left: 1em;
padding-right: 1em;
}
div.toc dt {
margin-top: 2px;
}
div.toc dt :visited {
color: black; /* Ubuntu visited link color */
}
ul {
margin-right: 25%;
}
div.qandaset dt :visited {
color: black; /* Ubuntu visited link color */
}
:link {
color: #6d4c07; /* dark brown */
}
:visited {
color: #6d4c07; /* dark brown */
}
dl {
margin-top: 0em;
margin-bottom: 0.5em;
}
dt {
margin-top: 1em;
}
div.qandaset {
margin-left: 1em;
}
.guimenu, .guimenuitem, .guisubmenu {
font-style: italic;
color: #6d4c07; /* dark brown */
}
.guilabel, .guibutton {
}
.question {
font-weight: bold;
}
/* accelerator keys in menus */
.accel {
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
font-weight: normal;
color: #6d4c07; /* ubuntu dark brown */
line-height: 1.2em;
}
h1
{
font-size: 1.6em; border-bottom: 2px solid #6d4c07;
}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5, h6 {font-size: 1em;}
strong
{
margin: 1.5em 0 0 0;
font-weight: normal;
color: #6d4c07; /* ubuntu dark brown */
font-size: 1.3em;
}
#sisternav {
position:absolute;
bottom:0px;
right:0px;
}
#sisternav ul {
display:inline;
margin:0;
padding:10px 10px 0 1px;
list-style:none;
}
#sisternav li {
display:inline;
float:left;
background:url(../../common/img/tab_off_ns1.png) no-repeat left top;
margin:0;
padding:0 0 0 5px;
}
#sisternav a {
float:left;
font-size:0.8em;
display:block;
background:url(../../common/img/tab_off_ns2.png) no-repeat right top;
padding:8px 15px 3px 8px;
text-decoration:none;
font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sisternav a {float:none;}
/* End IE5-Mac hack */
#sisternav li:hover, #sisternav li:hover a {
background-position:0% -163px;
}
#sisternav li:hover a {
background-position:100% -163px;
}
#sisternav #current {
background:url(../../common/img/tab_on_ns1.png) no-repeat left top;
}
#sisternav #current a {
background:url(../../common/img/tab_on_ns2.png) no-repeat right top;
padding-bottom:4px;
}
#sisternav a , #sisternav #current a { color: #444; }
#sisternav #current a:hover, #sisternav li a:hover { color: black;}